home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Developers / XAMPP 1.5.4 / Windows installer / xampp-win32-1.5.4-installer.exe / xampp / phpMyAdmin / docs.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-08-02  |  2.9 KB  |  168 lines

  1. /* $Id: docs.css,v 2.0.22.1 2006/08/02 16:48:53 lem9 Exp $ */
  2. /* Stylesheet for phpMyAdmin documentation */
  3. /* vim: expandtab ts=4 sw=4 sts=4 tw=78
  4. */
  5.  
  6. body {
  7.     background-color: #ffffff;
  8.     font-family: sans-serif;
  9.     color: #000;
  10.     margin: 0px;
  11.     padding: 2em 0px 2em 0px;
  12. }
  13.  
  14. a {
  15.     text-decoration: none;
  16.     color: #000099;
  17.     background-color: #ffffff;
  18.     font-weight: normal;
  19. }
  20. a:hover {
  21.     background-color: #99CCFF;
  22.     background-color: #ffffff;
  23.     font-weight: bolder
  24. }
  25.  
  26.  
  27. div.header {
  28.     width: 100%;
  29.     background-color: #ddeeff;
  30.     color: #000000;
  31.     text-align: center;
  32.     padding-bottom: 2px;
  33.     border-bottom: 1px solid #000000;
  34.     font-weight: bold;
  35.     left: 0px;
  36.     top: 0px;
  37.     position: fixed;
  38.     /* following MSIE hack was originally written by Riki Fridrich
  39.      * <http://www.fczbkk.com> */
  40.     position: expression("absolute");
  41.     width: expression(document.body.clientWidth);
  42.     top: expression(document.body.scrollTop + this.offsetHeight - this.offsetHeight);
  43. }
  44.  
  45. div.header hr {
  46.     display: none;
  47. }
  48. div.header a {
  49.     text-decoration: none;
  50.     font-size: medium;
  51.     color: #000099;
  52.     background-color: #ddeeff;
  53.     font-weight: normal;
  54. }
  55. div.header a:hover {
  56.     background-color: #99CCFF;
  57.     font-weight: bolder
  58. }
  59.  
  60. h1 {
  61.     text-align: center;
  62.     padding-left: 8%;
  63.     margin-top: 1em;
  64.     background-color: #ddeeff;
  65.     font-size: x-large;
  66.     border-top: 1px solid #000000;
  67.     border-bottom: 1px solid #000000;
  68.     clear: both;
  69. }
  70.  
  71. h2 {
  72.     padding-left: 8%;
  73.     margin-top: 1em;
  74.     background-color: #ddeeff;
  75.     font-size: large;
  76.     border-top: 1px solid #000000;
  77.     border-bottom: 1px solid #000000;
  78.     clear: both;
  79. }
  80. h3 {
  81.     padding-left: 10%;
  82.     margin-top: 1em;
  83.     background-color: #ddeeff;
  84.     font-size: medium;
  85.     border-top: 1px solid #000000;
  86.     border-bottom: 1px solid #000000;
  87.     clear: both;
  88. }
  89.  
  90. h4 {
  91.     padding: 0px;
  92.     margin: 10px 5% 2px 5%;
  93.     font-weight: bold;
  94.     color: #000099;
  95. }
  96.  
  97. p {
  98.     margin: 2px 5% 2px 5%;
  99. }
  100.  
  101. table {
  102.     margin: 2px 5% 2px 5%;
  103.     border: none;
  104. }
  105.  
  106. table tr,table td,table th {
  107.     border: none;
  108. }
  109.  
  110. table.translators {
  111.     text-align: center;
  112.     display: table; margin-left: auto; margin-right: auto;
  113.     border-collapse: collapse;
  114. }
  115.  
  116. table.translators th {
  117.     background-color: #d3dce3;
  118. }
  119.  
  120. table.translators td, table.translators th {
  121.     border: 1px solid #000000;
  122.     padding: 5px;
  123. }
  124.  
  125. ul {
  126.     margin: 2px 5% 2px 5%;
  127. }
  128.  
  129. pre {
  130.     margin: 1em 5% 1em 5%;
  131.     border: 1px solid silver;
  132.     color: #000000;
  133.     background-color: #eeeeee;
  134.     padding: 0.5em;
  135. }
  136. pre.wrap {
  137.     white-space: normal;
  138. }
  139.  
  140. dl {
  141.     margin: 1em 6% 1em 6%;
  142. }
  143. dt {
  144.     font-weight: bold;
  145.     margin-left: 2em;
  146.     padding-top: 6px;
  147. }
  148. dd {
  149.     margin-left: 4em;
  150. }
  151.  
  152. ol {
  153.     margin: 1em 6% 1em 6%;
  154. }
  155.  
  156. .important {
  157.     color: #bb0000;
  158. }
  159.  
  160. p.footnote {
  161.     margin: 2px 5% 2px 7%;
  162. }
  163.  
  164. p.footnote:first-line {
  165.     margin-left: -2%;
  166. }
  167.  
  168.